* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
::-moz-selection {
  background: #efb6d6;
  text-shadow: none;
}
::selection {
  background: #efb6d6;
  text-shadow: none;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(../s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype');
}
:root {
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.08);
  --shadow-strong: 0 14px 34px rgba(141, 61, 36, 0.18);
  --accent-red: #d82221;
  --accent-red-dark: #a5191a;
  --accent-pink: #e66077;
}
html {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
body {
  width: 100%;
  max-width: 480px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  position: relative;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.3px;
}
h1 {
  font-size: 30px;
  color: #8d3d24;
  letter-spacing: 0.5px;
}
h2 {
  font-size: 32px;
  line-height: 1.2;
}
h3 {
  font-size: 18px;
  line-height: 1.2;
  color: #de2860
}
h5 {
  font-size: 18px;
  text-align: left;
}
img {
  width: 100%;
}
p {
  margin-bottom: 40px;
  line-height: 1.5;
  padding-bottom: 20px;
}
b {
  font-weight: bold;
}
.image {
  max-width: 100%;
}
section {
  width: 100%;
}
.subtitle {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}
.main-heading {
  padding: 25px 20px;
  background: linear-gradient(160deg, #ffe7d2 0%, #ffd9c2 100%);
  width: 100%;
}
.main-heading .image {
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.main-heading .subtitle {
  color: #fff;
  font-size: 18px;
}
.main-heading h1 {
  font-family: 'Poppins', sans-serif !important;  
  color: #8d3d24;
}
.subtitle h3 {
  color: #FCBF49;
}
.subtitle h4 {
  font-size: 18px;
  line-height: 1.2;
  color: #de2860
}
.box-shadow {
  position: relative;
}
.box-shadow::before,
.box-shadow::after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 5px;
  left: 20px;
  width: 50%;
  top: 85%;
  max-width: 200px;
  background: transparent;
  box-shadow: 0 14px 18px rgba(0, 0, 0, 0.18);
  filter: blur(2px);
  border-radius: 999px;
  transform: rotate(-3deg);
  opacity: 0.6;
}
.box-shadow::after {
  transform: rotate(2deg);
  right: 20px;
  left: auto;
}
.order-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  position: relative;
}
.order-wrapper::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 16px solid transparent;
  border-right: 220px solid #2f2f2f;
  border-left: 220px solid #2f2f2f;
  z-index: 9;
}
.price {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -40px;
  height: 80px;
  display: flex;
  flex-flow: row wrap;
  overflow: hidden;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-strong);
}
.price .price-inner {
  flex: 0 0 200px;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  text-transform: uppercase;
}
.price .oldprice {
  background-color: #fff;
  border-top-left-radius: var(--radius-md);
  border-bottom-left-radius: var(--radius-md);
}
.price .oldprice::after {
  content: '';
  display: block;
  position: absolute;
  right: -20px;
  border-left: 21px solid #fff;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  z-index: 9;
}
.price .oldprice::before {
  content: '';
  display: block;
  position: absolute;
  right: -27px;
  filter: blur(2px);
  border-left: 25px solid rgba(100, 100, 100, 0.2);
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  z-index: 8;
}
.price .oldprice .num {
  text-decoration: line-through;
}
.price .num {
  font-size: 32px;
}
.price .oldprice {
  color: #003049;
}
.price .newprice {
  background: linear-gradient(135deg, #e65971 0%, #d8365a 100%);
  color: #fff;
  border-top-right-radius: var(--radius-md);
  border-bottom-right-radius: var(--radius-md);
}
.price .newprice .num {
  font-weight: bold;
}
.btn-order {
  display: block;
  width: 400px;
  background: var(--accent-red);
  padding: 26px 20px;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.5px;
  border: none;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  transition: background-color 0.1s ease;
  cursor: pointer;
}
.btn-order:hover {
  background-color: var(--accent-red-dark);
}
.btn-order:active {
  background-color: var(--accent-red-dark);
}
/* remove the decorative grey "stacked paper" shadow behind the order buttons */
.btn-order.box-shadow::before,
.btn-order.box-shadow::after {
  display: none;
}
.order-wrapper {
  background-color: #e66077;
}
.order-wrapper .btn-order {
  margin-top: -20px;
}
.order-wrapper form input {
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.order-text {
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
}
.advantages {
  padding: 35px 20px 30px;
  background: linear-gradient(160deg, #e66077 0%, #de4f6a 100%);
}
.advantages-list li {
  position: relative;
  padding: 18px 20px 18px 90px;
  margin-bottom: 12px;
  border-bottom: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  line-height: 1.4;
  transition: background 0.15s ease, transform 0.15s ease;
}
.advantages-list li:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
}
.advantages-list li::before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/icons/correct-symbol.png);
  background-size: cover;
  background-color: #fff;
  border-radius: 50%;
  padding: 6px;
  box-sizing: content-box;
}
.advantages-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.gallery {
  padding: 10px 16px 20px;
}
.gallery .gallery {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
}
.gallery .gallery img {
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s ease;
}
.gallery .gallery img:hover {
  transform: scale(1.03);
}
.gallery .heading {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}
.gallery .heading h2 {
  color: #8d3d24;
}
.about {
  padding-bottom: 40px;
}
.about .image {
  margin-bottom: 30px;
}
.about h2 {
  color: #fff;
}
.about .heading {
  margin-bottom: 30px;
}
.about .text {
  padding-left: 40px;
  padding-right: 40px;
}
.advice {
  position: relative;
  background-color: #e66077;
  padding-top: 60px;
  padding-bottom: 60px;
}
.advice h2 {
  color: #fff;
}
.advice::before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  border-top: 20px solid #fff;
  border-right: 240px solid #fff;
  border-left: 240px solid transparent;
  border-bottom: 20px solid transparent;
}
.advice::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  border-bottom: 20px solid #fff;
  border-left: 240px solid #fff;
  border-right: 240px solid transparent;
  border-top: 20px solid transparent;
}
.advice .heading {
  margin-bottom: 40px;
}
.advice > .image {
  padding: 0 20px;
}
.advice > .image img {
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}
.advice .advice-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.advice .advice-list .advice-item {
  flex: 0 0 220px;
}
.advice .advice-list .image {
  max-width: 150px;
  max-height: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #8e3987;
}
.advice .advice-list .text {
  color: #fff;
  text-align: center;
}
.advice .warning {
  position: relative;
  padding-left: 60px;
  padding-right: 30px;
  color: #fff;
  font-size: 14px;
}
.advice .warning .text {
  background-color: #2f2f2f;
  padding-left: 40px;
  padding-right: 10px;
  transform: skew(20deg);
  padding-top: 10px;
  padding-bottom: 10px;
}
.advice .warning .text p {
  transform: skew(-20deg);
  margin-bottom: 0;
}
.advice .warning::before {
  position: absolute;
  left: 10px;
  top: -14px;
  content: '';
  display: block;
  border-bottom: 80px solid #FCBF49;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  z-index: 9;
}
.advice .warning::after {
  position: absolute;
  left: 45px;
  top: 6px;
  content: '!';
  color: #003049;
  display: block;
  z-index: 9;
  font-size: 60px;
  font-family: 'Montserrat', sans-serif;
}
.info .heading {
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: #171112;
}
.info h2 {
  color: #FCBF49;
}
.info .btn-order {
  margin-top: 20px;
}
.info .info-list li {
  position: relative;
  padding-left: 60px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.5;
}
.info .info-list li::before {
  content: '';
  display: block;
  position: absolute;
  left: 30px;
  top: 20px;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1px solid #F77F00;
}
.info .info-list li::after {
  content: '';
  display: block;
  position: absolute;
  left: 35px;
  top: 25px;
  height: 7px;
  width: 7px;
  background-color: #F77F00;
}
.info .info-list li:nth-child(2n) {
  background-color: #fff;
}
.info .info-list li:nth-child(2n - 1) {
  background-color: #eee;
}
.faq {
  padding-top: 40px;
  padding-bottom: 10px;
}
.faq .heading {
  padding-top: 20px;
  position: relative;
  padding-bottom: 20px;
  color: #f90200;
  background-color: #2f2f2f;
}
.faq .heading::before {
  position: absolute;
  top: -40px;
  left: 0;
  content: '';
  border-left: 240px solid #2f2f2f;
  border-bottom: 20px solid #2f2f2f;
  border-right: 240px solid transparent;
  border-top: 20px solid transparent;
}
.faq .faq-list {
  background-color: #2f2f2f;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.faq .faq-item {
  background-color: #90BE6D;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
}
.faq .faq-item:last-child {
  margin-bottom: 0;
}
.faq .faq-item h5 {
  position: relative;
  text-transform: initial;
  padding-left: 60px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.faq .faq-item h5::before {
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  height: 40px;
  width: 40px;
  background-image: url(../img/icons/faq.png);
  background-size: cover;
}
.faq .faq-item p {
  margin-bottom: 0;
}
.delivery {
  padding-top: 40px;
}
.delivery .heading {
  margin-bottom: 40px;
}
.delivery .subtitle {
  color: #003049;
}
.delivery h2 {
  color: #003049;
}
.delivery .delivery-list h5 {
  color: #003049;
  margin-bottom: 10px;
  line-height: 1;
}
.delivery .delivery-list {
  padding: 0 8px;
}
.delivery .delivery-list li {
  position: relative;
  padding: 14px 20px 14px 120px;
  margin-bottom: 14px;
  line-height: 1.4;
  background: #faf5f0;
  border-radius: var(--radius-md);
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.delivery .delivery-list li::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 40px;
  width: 40px;
  height: 60px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.delivery .delivery-list li:nth-child(1)::before {
  background-image: url(../img/icons/delivery_icon_1.png);
}
.delivery .delivery-list li:nth-child(2)::before {
  background-image: url(../img/icons/delivery_icon_2.png);
}
.delivery .delivery-list li:nth-child(3)::before {
  background-image: url(../img/icons/delivery_icon_3.png);
}
form {
  margin-top: -20px;
}
form input {
  display: block;
  width: 100%;
  padding: 24px 30px;
  margin-bottom: 20px;
  font-size: 24px;
  border-radius: 12px;
  border: 2px solid transparent;
  background-color: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
form input:focus {
  border-color: #d82221;
  box-shadow: 0 0 0 4px rgba(216, 34, 33, 0.15);
}
form input::placeholder {
  color: #999;
}
.footer-scene .main-heading h2 {
  font-size: 30px;
  color: #f90200;
}
.footer-scene .btn-order {
  margin-top: 0;
}
.footer-scene .order-wrapper::after {
  display: none;
}
footer {
  padding: 28px 20px 24px;
  text-align: center;
  background-color: #ffffff;
  color: #393939;
}
footer img {
  border-radius: var(--radius-sm);
}
footer p {
  margin-bottom: 10px;
}
footer a {
  margin-bottom: 10px;
  display: block;
  color: #000000;
  text-decoration: none;
  transition: color 0.15s ease;
}
footer a:hover {
  color: var(--accent-red);
}
footer a img {
  border-radius: 50%;
  box-shadow: var(--shadow-soft);
  transition: transform 0.15s ease;
}
footer a img:hover {
  transform: translateY(-3px) scale(1.05);
}
.slider {
  position: relative;
  overflow: hidden;
}
.slider__wrapper {
  display: flex;
  transition: transform 0.6s ease;
}
.slider__item {
  flex: 0 0 100%;
  max-width: 100%;
}
.slider__control {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  height: 50px;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
}
.slider__control:hover,
.slider__control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.slider__control_left {
  left: 0;
}
.slider__control_right {
  right: 0;
}
.slider__control::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.slider__control_left::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.slider__control_right::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.text-1 {
    font-family: "Inter", Arial, sans-serif;
    background: #ffffff;
    padding: 30px;
    border-radius: 18px;
    max-width: 650px;
    margin: 20px auto;
    font-size: 18px;
    line-height: 1.6;
    color: #333;

    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    animation: fadeIn 0.6s ease-out;
}

.text-1 h1,
.text-1 h2,
.text-1 h3 {
    margin-top: 0;
    color: #111;
    letter-spacing: -0.5px;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* =========================================================
   EXTRAS / UPSELL SECTION â€” "Ð Ð°Ð·Ð¾Ð¼ Ð· Ñ†Ð¸Ð¼ ÐºÑƒÐ¿ÑƒÑŽÑ‚ÑŒ"
   ========================================================= */
.extras-section {
  background-color: #fff5f2;
  padding: 30px 20px 25px;
  border-radius: 0;
}
.extras-header {
  text-align: center;
  margin-bottom: 18px;
}
.extras-header h2 {
  font-size: 22px;
  color: #8d3d24;
  margin-bottom: 8px;
}
.extras-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #6b4a3f;
  padding-bottom: 0;
  margin-bottom: 16px;
  text-transform: none;
}
.gender-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.gender-tab {
  border: 2px solid #d82221;
  background: transparent;
  color: #d82221;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.15s ease;
}
.gender-tab.active,
.gender-tab:hover {
  background: #d82221;
  color: #fff;
}
.extras-carousel {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 6px 4px 18px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
}
.extras-carousel::-webkit-scrollbar {
  height: 6px;
}
.extras-carousel::-webkit-scrollbar-thumb {
  background: #e6a99e;
  border-radius: 10px;
}
.extra-card {
  flex: 0 0 176px;
  scroll-snap-align: start;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(141, 61, 36, 0.12);
  padding: 16px 14px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  border: 2px solid transparent;
}
.extra-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(141, 61, 36, 0.18);
}
.extra-card.selected {
  border-color: #90BE6D;
  background: #f4fbf0;
}
.extra-card-media {
  width: 148px;
  height: 148px;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(135deg, #ffe7d2, #ffd0da);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  flex-shrink: 0;
}
.extra-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.extra-card-fallback-icon {
  font-size: 42px;
}
.extra-card-name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  text-transform: none;
}
.extra-card-price {
  font-size: 13px;
  color: #999;
  margin-bottom: 12px;
}
.extra-card-price .new {
  font-size: 18px;
  font-weight: 800;
  color: #d82221;
  margin-left: 6px;
}
.extra-card-price .old {
  text-decoration: line-through;
}
.extra-add-btn {
  width: 100%;
  border: none;
  border-radius: 10px;
  padding: 10px 8px;
  background: #d82221;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.1s ease;
}
.extra-add-btn:hover {
  filter: brightness(1.08);
}
.extra-add-btn:active {
  transform: scale(0.97);
}
.extra-card.selected .extra-add-btn {
  background: #90BE6D;
}
.extra-card.hidden-by-filter {
  display: none;
}
.extras-summary {
  background: #2f2f2f;
  color: #fff;
  border-radius: 12px;
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  flex-wrap: wrap;
  gap: 6px;
}
.extras-summary strong {
  color: #FCBF49;
  font-size: 16px;
}